<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes sjnav{
	0% {
	    width: 2px;
	}
	25% {
	    width: 15px;
	}
	50% {
	    width: 30px;
	}
	75% {
	    width: 15px;
	}
	100% {
	    width: 2px;
	}
}
.pcheader{width: 100%;position: fixed;left: 0;top: 0;z-index: 999;background: #fff;box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);}
.pcheader .pclogo{width:200px; margin-left: 50px;height: 50px; background:url(../images/logo.png) no-repeat left center; background-size: 100%;}
.pcheader .pclogo a{ display: block;}

.pcheader .nav{ margin-left: 50px;width:800px;}
.pcheader .nav li {position: relative;z-index: 10;}
.pcheader .nav li&gt;a {display: flex;align-items: center;height: 80px;position: relative;z-index: 0;}
.pcheader .nav li&gt;a h3 {font-size: 16px;color: #1a1a1a;}
.pcheader .nav li&gt;a i {font-size: 12px;color: #1a1a1a;margin-left:5px;}
.pcheader .nav li:hover&gt;a h3,.pcheader .nav li.on&gt;a h3 {color: #1f53be;}
.pcheader .nav li.on&gt;a i,.pcheader .nav li:hover&gt;a i {transform: rotate(180deg);color: #1f53be;}
.pcheader .nav li .subnav {padding: 2px 15px;width: max-content;position: absolute;top: 100%;left: 50%;transform: translate(-50%, 50px);z-index: 10;background: #fff;opacity: 0;pointer-events: none;transition: all 0.4s;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);border-top: 3px solid #1f53be;}
.pcheader .nav li .subnav.on {opacity: 1;pointer-events: auto;transform: translate(-50%, 0);}
.pcheader .nav li .subnav dl dd a {font-size: 14px;display: block;line-height: 24px;padding: 10px 20px;border-bottom: 1px solid #dbdbdb;text-align: center;}
.pcheader .nav li .subnav dl dd:last-child a{border: none;} 
.pcheader .nav li .subnav dl dd a:hover {color: #1f53be;}

.pcheader .phone{color:#fff; background: linear-gradient(90deg, #1381ec , #1167b7); line-height: 80px; padding: 0 40px 0 110px; font-size: 20px; position: relative; height: 80px; overflow: hidden; font-family: 'Lato-Bold';}
.pcheader .phone:after{content: ''; position: absolute; width:80px; border-top: 80px solid #fff; border-right: 50px solid transparent; display: block; top: 0; left: 0;}
.pcheader .phone .iconfont{font-size: 24px; vertical-align: middle; margin-right: 10px;}
@media(max-width:1480px){
	.pcheader .nav{width:550px;}
	.pcheader .nav li&gt;a h3 {font-size: 15px;color: #1a1a1a;}
	.pcheader .phone{padding: 0 30px 0 90px; font-size: 18px;}
	.pcheader .phone .iconfont{font-size: 20px; margin-right: 6px;}
}
/*绉诲姩绔ご閮�*/
.mobmenu{display: none; width:75px; height: 30px; position: fixed; top: 10px; right: 3%; z-index: 999;}
.mobmenu dl {transform: rotateY(180deg); margin-right: 10px; width: 24px; cursor: pointer;}
.mobmenu dl dd {width: 24px;height: 2px;background: #e5801f;}
.mobmenu dl dd:first-child {animation: sjnav 2.4s linear infinite;}
.mobmenu dl dd:nth-child(2){margin: 6px 0; width: 24px;}
.mobmenu dl dd:last-child {animation: sjnav 2.4s linear infinite;animation-delay: 0.4s;}
.mobmenu h4 {font-size: 12px; text-transform: uppercase;}
.mobmask{position: fixed;left: 0;top: 0;z-index: 1000;width: 100%;height: 100vh;background: rgba(7,16,26,0.8);transition: all 0.5s;visibility: hidden;opacity: 0;transition-delay: 0.2s;}
.mobmask.active{opacity: 1;visibility: visible;}
.mobnav{width: 80%;height: 100vh;background: #fff;position: fixed;z-index: 10001;top: 0;left: -80%;overflow-y: auto;opacity: 0;transition: all 0.3s;}
.mobnav.active{transition-delay: 0.3s;opacity: 1;left: 0;}
.mobnav .top{height: 60px; padding: 0 15px; position: sticky;top: 0;z-index: 9999; box-shadow: 0 0 20px 0 rgba(0,0,0,0.06);}
.mobnav .top .logo {width:120px; height: 30px; background:url(../images/logo.png) no-repeat left center; background-size: 100%; display: block;}
.mobnav .top .mobnavclose {width: 30px; height: 30px; position: relative; cursor: pointer;}
.mobnav .top .mobnavclose:before,.mobnav .top .mobnavclose:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;border-radius: 1px;}
.mobnav .top .mobnavclose:before{width: 28px;height: 2px;transform: translate(-50%,-50%) rotate(45deg);}
.mobnav .top .mobnavclose:after{width: 2px;height: 28px;transform: translate(-50%,-50%) rotate(225deg);}
.mobnav .bottom {padding: 6px 16px;}
.mobnav .bottom .nav li {}
.mobnav .bottom .nav li h3 {border-bottom: 1px solid #eee; padding: 8px 0; line-height: 30px; position: relative;}
.mobnav .bottom .nav li h3 a {display: block; text-align: left; font-size: 14px; color: #1a1a1a; padding-left: 4px;}
.mobnav .bottom .nav li .subnav {border-bottom: 1px solid #eee;padding: 5px 0;display: none;}
.mobnav .bottom .nav li .subnav a {display: block;line-height: 20px;margin: 8px 0;padding-left: 20px;position: relative;font-size: 14px;}
.mobnav .bottom .nav li .subnav a:before{content: "";width: 10px;height: 10px;border: 1px solid #ccc;border-radius: 50%;position: absolute;left: 4px;top: 5px;transition: all 0.4s;}
.mobnav .bottom .nav li .subnav a:after{content: ""; width: 4px;height: 4px;background: #e5801f;border-radius: 50%; position: absolute;left: 7px; top: 8px; transition: all 0.4s;}

.mobnav .bottom .nav li.on h3 a{color: #e5801f;}
.mobnav .bottom .nav li h3 a:hover,.mobnav .bottom .nav li .subnav a:hover{color: #d6222b;}
.mobnav .bottom .nav li .subnav a:hover:before{border-color: #d6222b;}
.mobnav .bottom .nav li h3 .arrorright-btn,.mobnav .bottom .nav li h3 .arrorrighta-btn { position: absolute; width: 80px; right: 10px; top: 50%; margin-top: -20px; height: 40px; cursor: pointer;}
.mobnav .bottom .nav li h3 .arrorright-btn:after { content: ""; position: absolute; width: 8px; height: 8px; top: 50%; right: 0; margin-top:-6px; border-left: 2px solid #bbb; border-top: 2px solid #bbb; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.mobnav .bottom .nav li.on h3 .arrorright-btn:after {margin-top:-2px; border-left: 2px solid #298215; border-top: 2px solid #298215; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.mobnav .bottom .nav li h3 .arrorrighta-btn:after { content: ""; position: absolute; width: 8px; height: 8px; top: 50%; right: 0; margin-top:-4px; border-left: 2px solid #bbb; border-top: 2px solid #bbb; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
/*搴曢儴*/
.footer-top {background: #161824; padding: 50px 0; color:#bbbdca; font-size: 15px; font-family: 'Lato-Regular';}
@media(max-width:1480px){
	.footer-top {font-size: 14px;}
}
.footer-list{padding-bottom: 30px;}
.footer-list h4,.footer-list h3 {font-size: 16px; padding: 8px 0; font-weight: bold; position: relative; color: #fff;}
.footer-list h4 a{color: #fff; display: block;}
.plus {position: absolute; right: 10px; top: 0; color: #fff; position: absolute; margin-left: 3px; width: 100%; height: 100%; display: none;}
.plus:before {content: ''; position: absolute; width: 9px; height: 1px; right: 0; top: 18px; background:rgba(255,255,255,.7); }
.plus:after {content: ''; position: absolute; width: 9px; height: 1px; right: 0; top: 18px; background:rgba(255,255,255,.7); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.footersub,.footercontact {display: block; padding: 10px 0 10px; line-height: 32px;}
.footercontact .iconfont{font-size: 18px; vertical-align: middle; color:#e5801f; display: inline-block; margin-right: 10px;}
.footersub a {display: block; color: #bbbdca; line-height: 32px;}
.footersub a:hover {color: #fff;}
.top-back{position: absolute;right: 0;top: 10px;background: #e5801f;width: 40px;height: 35px;transition: all 0.4s;border-radius: 2px;cursor: pointer;transform: rotate(180deg); color:#fff;}
.top-back:hover{background: #d6222b;}
.copyright{border-top: 1px solid rgba(255,255,255,.1); padding-top: 15px; position: relative;}
@media(max-width:1024px){
	.mobmenu{display: flex; align-items: center; cursor: pointer;}
	.pcheader{min-height: 50px;}
	.pcheader .nav,.pcright,.lan{display:none}
	.pcheader .pclogo{width:120px; height: 30px; margin-left: 3%; margin-top: 10px;}
	.footersub,.pcheader .phone {display: none;}
	.footer-top {padding: 15px 0; font-size: 14px;}
	.footer-list {padding-bottom: 0px;}
	.plus{display: block;}
	.footer-list h3{font-size: 14px; font-weight: normal; padding:0 0 0 10px; color:#ddd;}
	.footer-list h4 {cursor: pointer; font-weight: normal; font-size: 14px; line-height: 37px; border-bottom: 1px solid rgba(255,255,255,.1); padding:0 0 0 10px; color:#ddd;}
	.footer-list h4 a{color: #ddd; display: block;}
	.footer-list h4.cur {border-bottom: 0px solid rgba(255,255,255,.1);}
	.footer-list h4.cur .plus:after{display: none;}
	.footersub {border-bottom: 1px solid rgba(255,255,255,.1); padding:0 10px 10px;}
	.footersub a {line-height: 28px;}
	.footercontact {padding:10px; line-height: 26px;border-bottom: 1px solid rgba(255,255,255,.1);}
	.footercontact .iconfont{font-size: 14px; margin-right: 6px;}
	.plus{display: block;}
	.copyright{border-top: 0; padding-top: 10px; position: static; text-align: center;}
	.top-back{display:none}
}</pre></body></html>